a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
}

.logo {
    text-align: right;
}

.footer {
    bottom: 0;
    color: #58666e;
    left: 240px;
    padding: 20px 30px;
    position: fixed;
    right: 0;
    background: #fff;
}
.h-15{
    height: 15%!important;
}
.m-11{
    margin-top: 11px!important;
}
.wrapper {
    background: url('../images/bg.jpeg') no-repeat top #fff;
    background-size: contain !important;
    height: 100vh;
}

h2.loginheading {
    font-size: 24px;
    font-weight: 500;
    /* color: #fff; */
    color: #000000;
    padding: 0;
    margin: 0 3pt;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
}

h2.loginheading img {
    max-width: 50%;
}

.footer {
    background: rgba(2, 34, 69, 0.7);
    color: #f1f1f1;
    left: 0;
}

.footer a {
    color: #fff;
    margin: 5px;
    padding: 5px;
}

.footer a i {
    color: #fff;
    margin: 0 5px;
    padding: 0;
}

.login-left-panel {
    padding: 15px 15px 15px 30px;
}

.login-main-panel {
    padding-top: 40px;
    display: grid;
}

.modal-from-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid #476b9b;
    background-color: #0d2039;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.modal-from-row.error {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid #c00000;
    background-color: #c00000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}

.modal-from-row.error a {
    color: #fff;
    text-decoration: underline;
}

.modal-from-row.error a:hover {
    color: #fff;
    text-decoration: underline;
}

/**ADDED BY RAJAT**/
.modal-from-row.success {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid #0ba809;
    background-color: #0ba809;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
}
/**DONE ADDED BY RAJAT**/

/* form starting stylings ------------------------------- */

.cutm-group {
    position: relative;
    /*margin-bottom: 32px;*/
    width: 100%;
}

.cutm-group input {
    font-size: 15px;
    padding: 6px 12px;
    display: block;
    width: 95%;
    border: none;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0);
    /* min-height: 37px; */
    text-align: center;
    margin-top: 12px !important;
}

.cutm-group input::placeholder{
    color: #fff !important;
}
::placeholder{
    color: #fff !important;
}
.cutm-group input:focus {
    outline: none;
}

.cutm-group select {
    font-size: 15px;
    padding: 6px 12px;
    display: block;
    width: 95%;
    border: none;
    border: 0px solid #757575;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    min-height: 37px;
}


/* LABEL ======================================= */

.cutm-group label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.cutm-group input:focus~label,
.cutm-group input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #5E5E5E;
}


/* HIGHLIGHTER ================================== */

.cutm-group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.cutm-group input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.login-btn-panel {
    display: flex;
    align-items: center;
}

.login-btn-panel .login-btn {
    background: #013e6c;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 8px;
    min-width: 100px;
    text-align: center;
    width: 100%;
    display: block;
}

.login-link p {
    font-size: 12px;
    color: #262626;
    margin-bottom: 0;
}
.login-2 .login-btn-panel,
.login-2 .login-btn-panel .login-btn {
    height: 100%;
}
.login-2 .login-btn-panel .login-btn{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-btn-panel .reset-btn {
    background: #9ce8f7;
    border-radius: 5px;
    color: #000 !important;
    font-size: 14px;
    border: none;
    padding: 8px;
    min-width: 100px;
    text-align: center;
    width: 100%;
    display: block;
}

.login-btn-panel .account-btn {
    background: #9ce8f7;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    border: none;
    padding: 8px;
    min-width: 150px;
    width: 100%;
    display: block;
}

.login-main-wrapper {
    height: calc(100vh - 190px);
    /* background: #011a2a; */
}

.login-left-panel {
    position: relative;
    z-index: 10;
}

.new-reset .modal-from-row {
    background: transparent;
    padding: 0!important;
    border: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}

.new-reset .modal-from-row a {
    color: #000;
    text-decoration: none;
}

#loginHeader{
    display: none !important;
}
/* Hover Effects on Card */

@media (min-width: 1025px) {
.login-main-panel {
    padding-top: 0px;
    display: grid;
    padding-left: 140px;
}
}
@media (max-width: 767px) {
    .wrapper{
       
        background-size: 100% auto !important ;
    }
    .container {
        max-width: 100%;
    }
    .logo {
        bottom: 100px;
        justify-content: center;
        display: flex;
    }
    .logo img {
        max-width: 215px;
    }
    .login-btn-panel {
        margin-top: 10px;
    }
    .modal-from-row.error {
        font-size: 12px;
    }
    .footer a {
        padding: 0 5px;
        display: block;
    }
    .footer_text {
        text-align: center;
    }
    .cutm-group input {
        width: 100%;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .login-btn-panel {
        margin-top: 0px;
    }
    .logo {
        bottom: 100px;
    }
    .modal-from-row.error {
        font-size: 12px;
    }
    .footer {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .logo {
        bottom: 0;
    }
}
.heading-n{
text-align: center;
border-bottom: 1px solid #004f78;
padding-bottom: 15px;
font-weight: 600;
}

.bg-row{
    background-color: #0d203987 !important;
}

.bg-row-blue{
    background-color: #0d2039 !important;
}

.loaderi i{
    font-size: 80px;
    color: #fff;
    margin-bottom: 10px;
}

#loginstep1 input{
    background-color: #fff;
}

.login-left-panel {
    position: relative;
    z-index: 10;
    top: 50%;
    padding-left: 0 !important;
}

.wrapper {
    background: url('/Global/adLogin/images/bg.jpeg') no-repeat center top !important;
    background-size: contain !important;
    height: 100vh !important ;
}

/* <!--[if IE]> */



/* <![endif]--> */

.loader-wrapper{
	position: absolute;
	display: none;
	background: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
.loader-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    color: white;
    /* margin-top: -4em;
    margin-left: -1.5em; */
    /* background-color: #f3f3f3; */
}

/* LOGIN BG DESIGN FIX */
.insight-wrapper.wrapper {
    background: url('/Global/adLogin/images/bg.jpeg') no-repeat center top !important;
    background-size: cover !important;
    height: 100vh !important ;
}
.insight-wrapper.wrapper .login-btn-panel {
    margin-top: 12px;
}
.insight-wrapper.wrapper .login-main-panel{
    padding: 0;
}
.insight-wrapper.wrapper .login-left-panel{
    top: 20%;
}
input.placeholder-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #525252 !important;
  opacity: 1; /* Firefox */
}
input.placeholder-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #525252 !important;
}

input.placeholder-text::-ms-input-placeholder { /* Microsoft Edge */
  color: #525252 !important;
}


@media(max-width: 767px){
    body .wrapper {
    background: url('/Global/adLogin/images/bg.jpeg') no-repeat left top #fff !important;
    /* background-size: 100% 100% !important; */
    background-size: cover !important;
}
.insight-wrapper.wrapper {
    background: url('/Global/adLogin/images/bg.jpeg') no-repeat left top !important;
    background-size: cover !important;
    height: 100vh !important ;
}
}